Remove redundant words from docs
authorMatthias Clasen <mclasen@redhat.com>
Fri, 26 Feb 2016 01:16:21 +0000 (20:16 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 26 Feb 2016 01:16:21 +0000 (20:16 -0500)
An either without an or doesn't add anything.

gdk/gdkseat.c

index ec2bdac84c5abf93bf4c4f306ae38b127080d7af..099304299af4fefc914bdaa6d1c64657082ac574 100644 (file)
@@ -111,7 +111,7 @@ gdk_seat_class_init (GdkSeatClass *klass)
    * @seat: the object on which the signal is emitted
    * @device: the newly added #GdkDevice.
    *
-   * The ::device-added signal is emitted either when a new input
+   * The ::device-added signal is emitted when a new input
    * device is related to this seat.
    *
    * Since: 3.20
@@ -131,7 +131,7 @@ gdk_seat_class_init (GdkSeatClass *klass)
    * @seat: the object on which the signal is emitted
    * @device: the just removed #GdkDevice.
    *
-   * The ::device-removed signal is emitted either when an
+   * The ::device-removed signal is emitted when an
    * input device is removed (e.g. unplugged).
    *
    * Since: 3.20